/* Features section styles */
.features-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  background-color: white;
}

.features-section > .columns-wrapper {
  width: 1175px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.features-section > .columns-wrapper > .column {
  padding: 0 10px;
  margin: 0px;
  text-align: center;
  width: 350px;
}

.features-icon i {
  color: white;
  background-color: white;
  font-size: 3.5rem;
  padding: 0.07em;
  width: 2.142857146875em;
  height: 2.142857146875em;
  line-height: 1.205357146875em;
  border-radius: 100%;
  box-shadow: 0 10px 30px 0 rgba(49, 52, 57, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.25rem;
}

.monitor-icon > i {
  background-color: #03a9f4;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cogs-icon > i {
  background-color: #ff9800;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.users-icon > i {
  background-color: #8c239f;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.features-section > .columns-wrapper > .column > .features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section > .columns-wrapper > .column > .features-header {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  color: #3c424f;
  font-family:"Montserrat";
}

.features-section > .columns-wrapper > .column > .features-paragraph {
  color: #6b7c93;
  line-height: 1.5rem;
  font-family: 'Montserrat';
  font-weight: 400;
}

/* Content section styles */
.speed-section {
  width: 100%;
  background-color: rgb(245, 250, 253);
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}

.visualization-section {
  width: 100%;
  background-color: white;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 40px 50px 80px 60px;
  max-width: 40%;
}

.info-header {
  color: rgb(60, 66, 79);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family:"Montserrat";
}

.info-paragraph {
  color: rgb(107, 124, 147);
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}

.media-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 20px 50px 20px 20px;
}

.media-wrapper > img {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.08);
}

.media-wrapper > video, .media-wrapper > .youtube-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.08);
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 650px;
}
.youtube-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
